home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / PolicyKit / policy / org.freedesktop.hal.wol.policy < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-05  |  1.1 KB  |  36 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3.  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4.  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  5.  
  6. <policyconfig>
  7.  
  8.   <action id="org.freedesktop.hal.wol.enabled">
  9.     <description>If Wake on LAN is enabled</description>
  10.     <message>System policy prevents checking if Wake on LAN is enabled</message>
  11.     <defaults>
  12.       <allow_inactive>no</allow_inactive>
  13.       <allow_active>yes</allow_active>
  14.     </defaults>
  15.   </action>
  16.  
  17.   <action id="org.freedesktop.hal.wol.enable">
  18.     <description>Enable or disable Wake on LAN</description>
  19.     <message>System policy prevents enabling or disabling Wake on LAN</message>
  20.     <defaults>
  21.       <allow_inactive>no</allow_inactive>
  22.       <allow_active>yes</allow_active>
  23.     </defaults>
  24.   </action>
  25.  
  26.   <action id="org.freedesktop.hal.wol.supported">
  27.     <description>If Wake on LAN is supported</description>
  28.     <message>System policy prevents checking if Wake on LAN is supported</message>
  29.     <defaults>
  30.       <allow_inactive>no</allow_inactive>
  31.       <allow_active>yes</allow_active>
  32.     </defaults>
  33.   </action>
  34.  
  35. </policyconfig>
  36.